projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4892cf
)
(mouse-wheel-inhibit-click-time): Fix custom type.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Fri, 29 Nov 2002 18:01:54 +0000
(18:01 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Fri, 29 Nov 2002 18:01:54 +0000
(18:01 +0000)
lisp/mwheel.el
patch
|
blob
|
history
diff --git
a/lisp/mwheel.el
b/lisp/mwheel.el
index 478b778bc2beff9eeaf12cfbec3aa4a65de8faaa..546d27dd345d00845db2df9076a1c65e9cef225c 100644
(file)
--- a/
lisp/mwheel.el
+++ b/
lisp/mwheel.el
@@
-93,7
+93,7
@@
set to the event sent when clicking on the mouse wheel button."
(defcustom mouse-wheel-inhibit-click-time 0.35
"Time in seconds to inhibit clicking on mouse wheel button after scroll."
:group 'mouse
- :type '
float
)
+ :type '
number
)
(defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
"Amount to scroll windows by when spinning the mouse wheel.